@media screen and (min-width: 767px){
    .m-is{
        display: none;
    }
}
@media screen and (max-width: 767px){

    .footer-quick-links li {
        margin-top: 8px;
    }

    .footer-copyright{
        margin-top: 7px;
    }

}

.layui-layer-setwin .layui-layer-close2{
    right: -14px;
    top: -16px;
}
.accountAppealDiv{
  text-align: center;
}
.footer{
    width: 100%;
    background: #333;
}

.friendship-link{
    padding: 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #666;
}
.friendship-link-title{
    float: left;
}
.friendship-link-title p{
    font-size: 14px;
    color: #fff;
}
.friendship-link-title .more-link{
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto;
    line-height: 18px;
    text-align: center;
    background: #d61518;
    border-radius: 100%;
}
.friendship-link-title .more-link i{
    font-size: 12px;
    color: #fff;
}
.friendship-link-list{
    margin-left: 80px;
}
.friendship-link-list a{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #ccc;
}
.friendship-link-list a:hover{
    color: #fff;
}

.footer-cont{
    padding-top: 14px;
    padding-bottom: 25px;
    display: flex;
    overflow: hidden;
}
.footer-left{
    width: 15%;
    margin-left: 3.7%;
    display: inline-block;
}
.footer-right{
    width: 71%;
    display: inline-block;
}
.footer-right ul{
    width: 96%;
    margin-left: 50px;
}
.footer-right li{
    display: inline-block;
    padding: 20px 32px 5px 0px;
}
.footer-right .friendShip{
    display: inline-block;
    padding: 0px 15px 5px 0px;
}
.footer-right li a{
    font-size: 14px;
    color: #999;
}
.footer-right li a:hover{
    color: #fff;
}
.footer-right .info_div{
    font-size: 14px;
    color: #999;
    padding: 5px 50px;
}
.footer-right .info_div a{
    color: #999;
}
.footer-right .copyright_div{
    font-size: 14px;
    color: #999;
    padding: 5px 50px;
}
.copyright_div a{
    font-size: 14px;
    color: #999;
}
.footer-quick-links li{
    display: inline-block;
    font-size: 20px;
    padding: 2% 4%;
}
.footer-quick-links li a{
    font-size: 14px;
    color: #999;
}
.footer-quick-links li a:hover{
    color: #fff;
}
.footer-copyright{
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}
.footer-copyright a{
    margin-left: 10px;
    color: #999;
}
.footer-code{
    width: 120px;
    height: 120px;
    margin-left: 60px;
}
.footer-code img{
    width: 100%;
    height: 100%;
}
.head-right-fl img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.head-right-im{
    position: absolute;
    left: 100%;
    overflow: hidden;
    width: 95%;
}
.head-right-fl{
    padding: 0 6%;
}
.headline-article-list{
    background: #fff;
    border: 1px solid #ededed;
    margin-left: 10px;
    height: 100%;
    padding: 0px 30px;
    overflow: hidden;
}
.headline-article-list li{
    padding: 3px 0px;
    overflow: hidden;
    height: 25px;
    width: 100%;
    list-style: inside;
    content:".";  
    color:red;
}
.headerline-article-div{
    position: relative;
}
.headline-article-list a{
    font-size:16px;
    
    color:rgba(0,0,0,1);
    line-height:25px;
}
.headline-article-list a:hover{
    color: #d61518;
    text-decoration: underline;
}
.headline-article-more{
    position: absolute;
    font-size:18px;
    
    font-weight:600;
    color:rgba(214,21,25,1) !important;
    bottom:2px;
    right: 10px;
}
.headline-article-more i{
    color:rgba(214,21,25,1) !important;
}
.sub-content{
    padding-left: 21%;
}
.sub-nav-list li{
    line-height: 40px;
    height: 40px;
}

.sub-nav-list h2{
    line-height: 40px;
    height: 40px;
}